Add Aspire CLI pivot to upgrade guide with aspire update instructions #4983
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new "Aspire CLI" pivot option to the upgrade guide (
docs/get-started/upgrade-to-aspire-9.md
), providing users with an alternative method for upgrading their Aspire projects using theaspire update
command.Changes
1. Zone Pivot Configuration
Added
aspire-cli
as a new pivot option to thedev-environment
zone pivot group indocs/zones/zone-pivot-groups.yml
. Users can now select "Aspire CLI" alongside the existing Visual Studio, VS Code, and .NET CLI options.2. Upgrade Guide Documentation
Added two new Aspire CLI pivot sections to
docs/get-started/upgrade-to-aspire-9.md
:Section A: "Use the Upgrade Assistant"
aspire update
command usage with explanation of its capabilities:aspire-update.gif
animation from the whats-new documentSection B: "Update the NuGet packages"
aspire update
handles package updates automaticallyBenefits
aspire update
command more discoverable to users looking to upgradeRelated Documentation
docs/whats-new/dotnet-aspire-9.5.md
docs/cli/install.md
for CLI installation detailsdocs/cli-reference/aspire-update.md
for command referenceFixes dotnet/docs-aspire issue regarding missing Aspire CLI upgrade instructions.
Original prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.
Internal previews